'Declaration
Public Function IsBlank_5( _ ByVal ImageID As Integer, _ ByVal Confidence As Single, _ ByVal AccountForMargins As Boolean, _ ByVal AccountForPunchHoles As Boolean, _ ByRef ConfidenceOut As Single _ ) As Boolean
public bool IsBlank_5( int ImageID, float Confidence, bool AccountForMargins, bool AccountForPunchHoles, ref float ConfidenceOut )
public function IsBlank_5( ImageID: Integer; Confidence: Single; AccountForMargins: Boolean; AccountForPunchHoles: Boolean; var ConfidenceOut: Single ): Boolean;
public function IsBlank_5( ImageID : int, Confidence : float, AccountForMargins : boolean, AccountForPunchHoles : boolean, ConfidenceOut : float ) : boolean;
public: bool IsBlank_5( int ImageID, float Confidence, bool AccountForMargins, bool AccountForPunchHoles, ref float ConfidenceOut )
public: bool IsBlank_5( int ImageID, float Confidence, bool AccountForMargins, bool AccountForPunchHoles, float% ConfidenceOut )
Parameters
- ImageID
- Confidence
- AccountForMargins
- AccountForPunchHoles
- ConfidenceOut